projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eebac8
)
Remove surface->children
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 23 Mar 2019 13:29:09 +0000
(09:29 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 28 May 2019 20:25:13 +0000
(20:25 +0000)
This field is not used at all anymore.
gdk/gdkinternals.h
patch
|
blob
|
history
diff --git
a/gdk/gdkinternals.h
b/gdk/gdkinternals.h
index 877551084d147769c1aef413ea0557ec5b55d58b..d4c2c1533bdbfcd5f47af95a4039c17295b80bcf 100644
(file)
--- a/
gdk/gdkinternals.h
+++ b/
gdk/gdkinternals.h
@@
-153,9
+153,6
@@
struct _GdkSurface
guint8 resize_count;
- GList *children;
- GList children_list_node;
-
GdkGLContext *gl_paint_context;
cairo_region_t *update_area;